SDAC

TMSLoader Members

TMSLoader class overview.

Properties

Name Description

Columns (inherited from TDALoader)

Used to add a TDAColumn object for each field that will be loaded.

Connection (inherited from TDALoader)

property. Used to specify TCustomDAConnection in which TDALoader will be executed.

KeepIdentity

Used to specify the way IDENTITY column values must be handled.

KeepNulls

Used to specify the way NULL values for columns with a DEFAULT constraint must be handled.

Options

Used to specify the behaviour of a TMSLoader object.

TableName (inherited from TDALoader)

Used to specify the name of the table to which data will be loaded.

Methods

Name Description

CreateColumns (inherited from TDALoader)

Creates TDAColumn objects for all fields of the table with the same name as TDALoader.TableName.

Load (inherited from TDALoader)

Starts loading data.

LoadFromDataSet (inherited from TDALoader)

Loads data from the specified dataset.

PutColumnData (inherited from TDALoader)

Overloaded. Puts the value of individual columns.

Events

Name Description

OnGetColumnData

Occurs when putting column values.

OnProgress (inherited from TDALoader)

Occurs if handling data loading progress of the TDALoader.LoadFromDataSet method is needed.

OnPutData

Occurs when putting loading data by rows.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback